crypto/internal/bigmod.Modulus.nat (field)
17 uses
crypto/internal/bigmod (current package)
nat.go#L158: if x.cmpGeq(m.nat) == yes {
nat.go#L312: nat *Nat
nat.go#L361: m.nat = NewNat().setBig(n)
nat.go#L362: m.leading = _W - bitLen(m.nat.limbs[len(m.nat.limbs)-1])
nat.go#L363: m.m0inv = minusInverseModW(m.nat.limbs[0])
nat.go#L389: return len(m.nat.limbs)*_W - int(m.leading)
nat.go#L394: return m.nat
nat.go#L404: size := len(m.nat.limbs)
nat.go#L407: mLimbs := m.nat.limbs[:size]
nat.go#L449: start := len(m.nat.limbs) - 2
nat.go#L469: return x.expand(len(m.nat.limbs))
nat.go#L476: return out.reset(len(m.nat.limbs))
nat.go#L490: underflow := t.sub(m.nat)
nat.go#L505: t.add(m.nat)
nat.go#L552: n := len(m.nat.limbs)
nat.go#L553: mLimbs := m.nat.limbs[:n]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |